In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF / IsSurroundedBy Method

IsSurroundedBy Method (GdPictureRectangleF)

In This Topic
Syntax
'Declaration

 

Public Function IsSurroundedBy( _

   ByVal rect As GdPictureRectangleF _

) As Boolean
public bool IsSurroundedBy( 

   GdPictureRectangleF rect

)
public function IsSurroundedBy( 

    rect: GdPictureRectangleF

): Boolean; 
public function IsSurroundedBy( 

   rect : GdPictureRectangleF

) : boolean;
public: bool IsSurroundedBy( 

   GdPictureRectangleF* rect

) 
public:

bool IsSurroundedBy( 

   GdPictureRectangleF^ rect

) 

Parameters

rect
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF
GdPictureRectangleF Members